Skip to content

Fixes #5461. AnsiOutput should momentarily display a blank screen instead of rendering to a screen with the wrong dimensions#5462

Merged
BDisp merged 1 commit into
gui-cs:developfrom
BDisp:issue/5461_ansioutput-rendering-size
Jun 2, 2026
Merged

Fixes #5461. AnsiOutput should momentarily display a blank screen instead of rendering to a screen with the wrong dimensions#5462
BDisp merged 1 commit into
gui-cs:developfrom
BDisp:issue/5461_ansioutput-rendering-size

Conversation

@BDisp
Copy link
Copy Markdown
Collaborator

@BDisp BDisp commented Jun 1, 2026

Fixes

Proposed Changes/Todos

  • Only set default size if IsAttachedToTerminal is false.

Pull Request checklist:

  • I've named my PR in the form of "Fixes #issue. Terse description."
  • My code follows the style guidelines of Terminal.Gui - if you use Visual Studio, hit CTRL-K-D to automatically reformat your files before committing.
  • My code follows the Terminal.Gui library design guidelines
  • I ran dotnet test before commit
  • I have made corresponding changes to the API documentation (using /// style comments)
  • My changes generate no new warnings
  • I have checked my code and corrected any poor grammar or misspellings
  • I conducted basic QA to assure all features are working

…en instead of rendering to a screen with the wrong dimensions
@BDisp BDisp requested a review from tig as a code owner June 1, 2026 16:53
Copy link
Copy Markdown
Member

@tig tig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was confused by the title of the Issue. Your fix addresses something other than what I was thinking about. All good!

@BDisp BDisp merged commit 16f2992 into gui-cs:develop Jun 2, 2026
13 checks passed
@BDisp BDisp deleted the issue/5461_ansioutput-rendering-size branch June 2, 2026 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AnsiOutput should momentarily display a blank screen instead of rendering to a screen with the wrong dimensions

2 participants